html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  /*font-style: normal;*/
  /*font-weight: normal;*/
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  border: none;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  font: inherit;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover img {
  border: none;
}
.clear {
  clear: both;
}
.titLimit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titLimitMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.titLimit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jdjz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
html {
  font-size: 100px;
}
body {
  font-size: 16px;
  font-family: "Microsoft YaHei", "Heiti SC", tahoma, arial, serif, "Hiragino Sans GB", sans-serif;
  color: #333;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
body::-webkit-scrollbar {
  display: none;
}
img {
  max-width: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
}
.flex-bets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.font-size {
  font-size: 0;
}
.container {
  width: 14rem;
  margin: 0 auto;
  padding: 0;
}
.container::before,
.container::after {
  display: none;
}
.wainer {
  width: 100%;
  padding: 0 0.7rem;
  box-sizing: border-box;
}
.ibgs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header {
  height: 0.7rem;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.06);
}
header .logo,
header .navs {
  display: inline-block;
  vertical-align: middle;
}
header .logo {
  margin-right: 0.4rem;
}
header .logo img {
  height: 0.4rem;
}
header .navs {
  /*  transition: none;
  -webkit-transition: none; */
}
header .navs ul {
  font-size: 0;
}
header .navs ul li {
  margin: 0 0.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .navs ul li > a {
  position: relative;
  color: #333;
  font-size: 0.16rem;
  display: block;
  line-height: 0.7rem;

  font-weight: 600;
}
header .navs ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0);
  background-color: #3d73ea;
  width: 0;
  height: 0.04rem;
  border-radius: 0.04rem 0.04rem 0 0;
  transition: all 0.3s;
}
header .navs ul li .subs {
  background-color: #343434;
  padding: 0.2rem 0;
  box-sizing: border-box;
  display: none;
  box-shadow: inset 0 0.04rem 0.1rem rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: 100%;
}
header .navs ul li .subs .subli {
  width: 2.4rem;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.53rem;
}
header .navs ul li .subs .subli .h5 {
  font-size: 0.16rem;
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid #c4c4c4;
  color: #fff;
}
header .navs ul li .subs .subli .h5:hover {
  color: #3d73ea;
}
header .navs ul li .subs .subli:last-child {
  margin-right: 0;
}
header .navs ul li .subs .subli .subchild {
  margin-top: 0.2rem;
}
header .navs ul li .subs .subli .subchild a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.2rem;
  display: block;
}
header .navs ul li .subs .subli .subchild a:hover {
  color: #fff;
}
header .navs ul li .subs .subli.more {
  width: 3.8rem;
}
header .navs ul li .subs .subli.more .subchild a {
  display: inline-block;
  vertical-align: top;
  width: 1.9rem;
}
header .navs ul li .subs .subli.more .subchild a:nth-child(2n) {
  padding-left: 0.2rem;
  box-sizing: border-box;
}
header .navs ul li:hover > a,
header .navs ul li.on > a {
  color: #3d73ea;
}
header .navs ul li.on > a::after {
  width: 0.4rem;
}
header .navs ul li .subnav {
  background-color: #343434;
  display: none;
  position: absolute;
  left: 50%;
  width: 1.3rem;
  top: 100%;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  text-align: center;
}
header .navs ul li .subnav a {
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.14rem;
  line-height: 0.36rem;
}
header .navs ul li .subnav a.active,
header .navs ul li .subnav a:hover {
  color: #fff;
}

header .navs ul li .subnav li ul li a {
  font-weight: normal;
}

header .navs ul li .subnav li {
  position: relative;
  display: block;
  margin: 0;
}
header .navs ul li .subnav li:first-child {
  padding-top: 0.1rem;
}
header .navs ul li .subnav li:last-child {
  padding-bottom: 0.1rem;
}
header .navs ul li .subnav li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #565656;
}
header .navs ul li .subnav li:hover ul {
  display: block;
}
header .navs ul li .subnav.subnavlg {
  width: 2.42rem;
}
header .navs ul li.rel_remove {
  position: initial;
}
header .free {
  font-size: 0.16rem;
  text-align: center;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #3d73ea;
  border-radius: 0.04rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
header .free:hover {
  opacity: 0.8;
}
#menu,
.mobile__wrapper {
  display: none;
  opacity: 0;
}
.mm-slideout {
  background-color: #fff;
}
.nav-abbreviation {
  width: 32px;
  cursor: pointer;
  display: none;
}
.nav-abbreviation:before,
.nav-abbreviation:after {
  content: "";
  width: 32px;
  height: 3px;
  background: #2b84db;
  display: block;
}
.nav-abbreviation .nav-abb-c {
  width: 32px;
  height: 3px;
  background: #2b84db;
  margin: 8px 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.nav-abbreviation.nav-abbreviation-act .nav-abb-c {
  width: 18px;
}
footer {
  background: #f7f8fa;
}
footer .foot {
  padding: 0.8rem 0 0.6rem;
}
footer .foot .container {
  display: flex;
  justify-content: space-between;
}
footer .foot .fnav {
  transition: none;
  webkit-transition: none;
}
footer .foot .fnav > ul {
  display: flex;
}
footer .foot .fnav > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 1.08rem;
  max-width: 3.3rem;
  min-width: 0.9rem;
}
footer .foot .fnav > ul > li a {
  font-size: 0.18rem;
  color: #333;
}
footer .foot .fnav > ul > li > img {
  display: none;
}
footer .foot .fnav > ul > li > img.act {
  transform: rotate(90deg);
}
footer .foot .fnav > ul > li .fnav-sub {
  margin-top: 0.29rem;
}
footer .foot .fnav > ul > li .fnav-sub li {
  margin-bottom: 0.19rem;
  font-weight: 300;
  font-size: 0.16rem;
}
footer .foot .fnav > ul > li .fnav-sub li a {
  font-size: 0.16rem;
}
footer .foot .fnav > ul > li .fnav-sub li:hover a {
  color: #2b84db;
}
footer .foot .fnav > ul > li:last-child {
  margin-right: 0;
}
footer .foot .fnav > ul > li.intro {
  position: relative;
}
footer .foot .fnav > ul > li.intro::after {
  content: "";
  position: absolute;
  left: -0.56rem;
  width: 0.01rem;
  height: 1.8rem;
  background-color: #c4c4c4;
  top: 0;
}
footer .foot .fcode .fcodein {
  width: 1.6rem;
  text-align: center;
}
footer .foot .fcode .fcodein img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.34rem auto 0.2rem;
  display: inline-block;
}
footer .foot .fcode .fcodein span {
  font-size: 0.18rem;
}
footer .bottom {
  border-top: 0.01rem solid #dddddd;
  padding: 0.32rem 0;
  color: #c7c7c7;
  font-size: 0.16rem;
  text-align: center;
}
footer .bottom .flex-bets {
  display: block;
}
footer .bottom a {
  color: #c7c7c7;
}
aside {
  position: fixed;
  right: 0.16rem;
  bottom: 20%;
  z-index: 3;
}
aside ul {
  width: 0.56rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.06rem;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.06);
  margin: 0.1rem 0;
}
aside ul li {
  font-size: 0.12rem;
  color: #fff;
  position: relative;
  padding: 0.12rem;
}
aside ul li a {
  color: #333;
  white-space: nowrap;
}
aside ul li .ico {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  margin: 0 auto 0.04rem;
}
aside ul li::after {
  content: "";
  position: absolute;
  left: 0.12rem;
  bottom: 0;
  height: 0.01rem;
  width: 0.32rem;
  background-color: rgba(0, 0, 0, 0.2);
}
aside ul li:last-child::after {
  display: none;
}
aside ul li .sidein {
  position: absolute;
  right: calc(100% + 0.16rem);
  top: 0;
  background-color: #fff;
  padding: 0.08rem;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 0.02rem 0.2rem rgba(0, 0, 0, 0.1);
}
aside ul li .sidein img {
  width: 0.72rem;
  height: 0.72rem;
  display: block;
}
aside ul li .sidein::after {
  content: "";
  position: absolute;
  right: -0.08rem;
  width: 0;
  height: 0;
  border-left: 0.08rem solid #fff;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
}
aside ul li.li-w .sidein {
  width: 0.88rem;
}
aside ul li.li-w .sidein::after {
  top: 0.16rem;
}
aside ul li.li-t .sidein {
  padding: 0.12rem;
  top: 0.08rem;
}
aside ul li.li-t .sidein::after {
  top: 0.12rem;
}
aside ul li.li-m {
  cursor: pointer;
}
.forms {
  background-color: #fff;
  width: 7.1rem;
  padding: 0.6rem 0.85rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
}
.forms h2 {
  font-weight: 700;
  color: #333;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999 !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999 !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999 !important;
}
.forms .form input,
.forms .form textarea,
.forms .form button,
.forms .form select {
  width: 100%;
  height: 0.58rem;
  /* line-height: 0.6rem; */
  border: 0.01rem solid #dddddd;
  border-radius: 0.04rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  font-size: 0.14rem;
}

.forms .form button {
  background-color: #3d73ea;
  border-color: #3d73ea;
  border-radius: 0.06rem;
  font-size: 0.2rem;
  color: #fff;
}
.forms .form .form-li {
  margin-bottom: 0.14rem;
  position: relative;
}
.forms .form .form-li textarea {
  height: 1.4rem;
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.forms .form .form-li.form-li_code {
  padding-right: 1.9rem;
}
.forms .form .form-li.form-li_code .code {
  width: 1.7rem;
  border-radius: 0.04rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.forms .form .form-li.form-li_code .code:hover {
  opacity: 0.8;
}
.forms .form .form-li.form-lis {
  display: flex;
  justify-content: space-between;
}
.forms .form .form-li.form-lis select {
  width: 2.6rem;
}
.forms .form input[type="checkbox"] {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  border: 0.01rem solid #767676;
  border-radius: 0.04rem;
  margin: 0 0.08rem 0 0;
}
.forms .form label {
  margin-top: 0.2rem;
  display: block;
  cursor: pointer;
}
.forms .form label input,
.forms .form label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.16rem;
}
.forms .form label b {
  font-weight: normal;
  color: #3d73ea;
}
.forms .form select {
  background: url("../img/turn-d.png") no-repeat 96% center;
  background-size: 0.16rem 0.16rem;
}
.forms .form .submit {
  margin-top: 0.26rem;
  cursor: pointer;
}
.forms .form .submit:hover {
  opacity: 0.8;
}
.shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}
.shade .closeshade {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 2;
  cursor: pointer;
}
.shade.agreeshade .shadein {
  padding: 0.4rem;
}
.shade.agreeshade .shadein h5 {
  text-align: center;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.shade.agreeshade .shadein .inner {
  overflow-y: auto;
}
.shade.agreeshade .shadein .inner::-webkit-scrollbar {
  width: 0.04rem;
}
.shade.agreeshade .shadein .inner::-webkit-scrollbar-thumb {
  border-radius: 0.02rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.shade.agreeshade .shadein .inner::-webkit-scrollbar-track {
  background-color: #c4c4c4;
}
.suban {
  position: relative;
  overflow: hidden;
}
.suban .subanimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: myshow 4s;
  -moz-animation: myshow 4s;
  -webkit-animation: myshow 4s;
  -o-animation: myshow 4s;
}
.suban .txt {
  color: #ffffff;
  top: 0;
  transform: translate(-50%, 0);
}
.suban .txt .s-h4,
.suban .txt .s-h5 {
  position: relative;
  top: 2.46rem;
}
.suban .txt .s-h4 {
  font-weight: 700;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}
.suban .txt .s-h5 {
  font-size: 0.24rem;
  width: 40%;
}
.suban.suban-ft .txt {
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.suban.suban-ft .txt .s-h4 {
  font-size: 0.4rem;
  margin-bottom: 0.36rem;
  position: initial;
  top: auto;
}
.suban.suban-ft .txt .sbtn {
  width: 1.2rem;
  margin: 0 auto;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #3d73ea;
  border-radius: 0.04rem;
  color: #ffffff;
  font-size: 0.16rem;
  display: block;
}
.suban.suban-ft .txt .sbtn:hover {
  opacity: 0.8;
}
@-webkit-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-ms-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.page {
  font-size: 0;
  text-align: center;
  margin: 0.2rem 0 0.8rem;
}
.page a {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  line-height: 0.4rem;
  height: 0.4rem;
  text-align: center;
  margin-left: 0.1rem;
  color: #333;
  font-size: 0.18rem;
  background: #f6f7f8;
}
.page a img {
  width: 0.12rem;
}
.page a:hover {
  color: #3d73ea;
}
.page .page-cur {
  background: #3d73ea;
  color: #fff;
}
.page .page-cur:hover {
  color: #fff;
  opacity: 0.8;
}
.page .page-next {
  transform: rotate(180deg);
}
.loginbg {
  height: 100%;
}
.loginbg .container {
  position: relative;
  height: 100%;
}
.loginbg .logo {
  padding: 0.15rem 0;
}
.loginbg .logo img {
  height: 0.4rem;
}
.loginbg .intro {
  font-weight: 300;
  color: #333333;
  font-size: 0.34rem;
  width: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
}
.loginbg .intro .b {
  margin-top: 0.19rem;
  color: #3d73ea;
  font-size: 0.5rem;
}
.denglu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.denglu .form button {
  border-radius: 0.06rem;
}
@media screen and (max-width: 1440px) {
  .container {
    width: 13.7rem;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  header .navs ul li {
    margin: 0 0.25rem;
  }
  header .language {
    margin: 0 0.31rem 0 0.17rem;
    padding-left: 0.49rem;
  }
  footer .fnav > div.fnc {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1025px) {
  .container {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  #menu {
    display: block;
    opacity: 1;
  }
  .nav-abbreviation {
    display: inline-block;
    margin-left: 0.3rem;
    vertical-align: middle;
  }
  .wainer {
    padding: 0 0.15rem;
  }
  header {
    padding-top: 0.15rem;
    position: relative;
  }
  header .navs {
    display: none;
  }
  footer .foot {
    padding: 0.3rem 0;
  }
  footer .foot .container {
    display: block;
  }
  footer .foot .fnav > ul {
    display: block;
  }
  footer .foot .fnav > ul > li {
    display: none;
    max-width: 100%;
  }
  footer .foot .fnav > ul > li .fnav-sub {
    margin-top: 0.2rem;
  }
  footer .foot .fnav > ul > li .fnav-sub li {
    margin-bottom: 0.1rem;
  }
  footer .foot .fnav > ul > li:last-child {
    display: block;
  }
  footer .foot .fcode {
    margin-top: 0.3rem;
  }
  footer .foot .fcode .fcodein {
    width: 1rem;
    text-align: center;
  }
  footer .foot .fcode .fcodein span {
    font-size: 0.16rem;
  }
  footer .foot .fcode .fcodein img {
    width: 1rem;
    height: 1rem;
    margin: 0.1rem 0;
  }
  footer .bottom {
    padding: 0.15rem 0;
    text-align: center;
  }
  footer .bottom .flex-bets {
    display: block;
  }
  footer .bottom div {
    margin-bottom: 0.1rem;
  }
  .forms {
    width: 96%;
    padding: 0.2rem;
  }
  .forms h2 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .forms .form .submit {
    margin-top: 0.2rem;
  }
  .suban {
    height: 3rem;
  }
  .suban .txt .s-h4,
  .suban .txt .s-h5 {
    top: 0.8rem;
  }
  .suban .txt .s-h4 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .suban .txt .s-h5 {
    font-size: 0.18rem;
    width: 100%;
  }
  .suban.suban-ft {
    height: 2.8rem;
  }
  .suban.suban-ft .txt .s-h4 {
    font-size: 0.2rem;
  }
  .loginbg {
    min-height: 100%;
    height: auto;
    padding-bottom: 0.01rem;
  }
  .loginbg .intro {
    font-size: 0.22rem;
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
  }
  .loginbg .intro .b {
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  .denglu {
    position: relative;
    top: 0;
    margin: 0.3rem auto;
    transform: none;
  }
  .denglu .form .form-li.form-lis {
    display: block;
  }
  .denglu .form .form-li.form-lis > div:first-child {
    margin-bottom: 0.14rem;
  }
  .denglu .form .form-li.form-lis select {
    width: 100%;
  }
}
